home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp95
/
freyja.exe
/
lha
/
MAKEFILE.UNX
< prev
next >
Wrap
Text File
|
1992-04-13
|
2KB
|
125 lines
# Makefile for Freyja
# Configurations only apply to MS/DOS versions.
CFLAGS = -O
H = freyja.h fgenlib.h
CURSES = -lcurses -ltermcap
XLINK = -lm
CORE = buf.o calc.o char.o date.o display.o file.o flib.o help.o ini.o key.o misc.o region.o table.o term.o white.o word.o xprintf.o
PROGS = freyja
all: $(PROGS)
# --------------------------------------------------
freyja: freyja.o $(CORE)
$(CC) freyja.o $(CORE) $(CURSES) $(XLINK) -o freyja
freyja.o: $(H)
$(CC) -c $(CFLAGS) -DMAIN freyja.c
# --------------------------------------------------
$(CORE): $(H)
# --------------------------------------------------
# Build MS/DOS diskette from UNIX (Sun) workstation
disk:
-mdel "*"
-mcopy -t \
./makefile.msd ./Makefile.unx README \
ascii \
./buf.c \
./c0s.asm \
./calc.c \
./char.c \
./date.c \
./display.c \
./fcalc.doc \
./fcmdlist.doc ./fcmdxref.doc ./fcopying.doc ./ffsf.doc \
./fgenlib.h \
./file.c \
./fleague.doc \
./flib.c \
./freyja.c \
./freyja.doc \
./freyja.exe \
./freyja.exm \
./freyja.h \
./freyja.ini \
./freyja.lnk \
./ftutoria.doc \
./fwarrant.doc \
./help.c \
./ini.c \
./jaguar.c \
./key.c \
./libasm.asm \
./makeexm.c \
./misc.c \
./region.c \
./smfreyja.lnk \
./smjaguar.c \
./table.c \
./term.c \
./turboc.cfg \
./white.c \
./word.c \
./xprintf.c ./xprintf.doc a:
# --------------------------------------------------
cleanup:
-rm *.o
cleanall:
-rm *.o
-rm $(PROGS)
distrib:
touch *
tar cvf freyja.tar \
./makefile.msd ./Makefile.unx ./README \
./ascii \
./buf.c \
./c0s.asm \
./calc.c \
./char.c \
./date.c \
./display.c \
./fcalc.doc \
./fcmdlist.doc ./fcmdxref.doc ./fcopying.doc ./ffsf.doc \
./fgenlib.h \
./file.c \
./fleague.doc \
./flib.c \
./freyja.c \
./freyja.doc \
./freyja.exe \
./freyja.exm \
./freyja.h \
./freyja.ini \
./freyja.lnk \
./ftutuori.doc \
./fwarrant.doc \
./help.c \
./ini.c \
./jaguar.c \
./key.c \
./libasm.asm \
./makeexm.c \
./misc.c \
./region.c \
./smfreyja.lnk \
./smjaguar.c \
./table.c \
./term.c \
./turboc.cfg \
./white.c \
./word.c \
./xprintf.c ./xprintf.doc
compress -v <freyja.tar >freyja.tar.Z